audio {
  width: 300px;
  height: 40px;
  display: block;
  margin: 50px auto;
  position: relative;
}
.my-input {
  padding: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 100px;
  font-size: 70px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #fce4ec;
}

body {
  background-color: lightblue;
}
